home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / zlabp_11.arc / GIFT40B.ARC / PCBVIEW.BAT < prev    next >
DOS Batch File  |  1991-10-29  |  411b  |  26 lines

  1. @echo off
  2. if %@name[%1] == elite goto elite
  3. if %@ext[%1] == gif goto gif
  4. if %@ext[%1] == zip goto zip
  5. if %@ext[%1] == lzh goto lzh
  6. if %@ext[%1] == '' goto zip
  7. goto end
  8.  
  9. :gif
  10. giftest %1 > pcbview.txt
  11. goto end
  12.  
  13. :zip
  14. rem pkunzip %1 -v > pcbview.txt
  15. ziptv -p1 -m125 >>pcbview.txt %1
  16. goto end
  17.  
  18. :lzh
  19. lha l %1 > pcbview.txt
  20. goto end
  21.  
  22. :elite
  23. *dir /oe /c /f g:\backup > f:\pcb\pcbview.txt
  24.  
  25. :end
  26.